local tArgs = {...}

if #tArgs >= 1 then
 sleep(tonumber(tArgs[1]))
else
 sleep(1)
end
